home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / giochi / giochi4 / wrmsshll.lha / Start_Logs < prev    next >
Text File  |  1996-11-25  |  1KB  |  55 lines

  1. assign >nil: exists env:
  2. if warn
  3.     assign env: ram:
  4. endif
  5. assign >nil: exists t:
  6. if warn
  7.     assign t: ram:
  8. endif
  9. assign >nil: exists log:
  10. if warn
  11.     echo >t:log "Device=ramdrive.device*nUnit=10*nFlags=0*nSurfaces=1*nBlocksPerTrack=100*nReserved=2*nInterleave=0*nLowCyl=0*nHighCyl=0*nBuffers=1*nBufMemType=1*nBootPri=-128"
  12.     mount t:log
  13.     delete t:log quiet
  14. endif
  15. which >nil: segtracker
  16. if warn
  17.     which >nil: requestfile
  18.     if warn
  19.     echo "Please enter the full path to SegTracker: " noline
  20.     set >nil: segtracker ?
  21.     else
  22.     set segtracker `requestfile title "Please select the SegTracker executable" noicons`
  23.     endif
  24. else
  25.     set segtracker segtracker
  26. endif
  27. run >nil: <nil: "$segtracker" >nil: <nil:
  28. which >nil: enforcer
  29. if warn
  30.     which >nil: requestfile
  31.     if warn
  32.     echo "Please enter the full path to Enforcer: " noline
  33.     set >nil: enforcer ?
  34.     else
  35.     set enforcer `requestfile title "Please select the Enforcer executable" noicons`
  36.     endif
  37. else
  38.     set enforcer enforcer
  39. endif
  40. $enforcer >nil: off
  41. run >nil: <nil: "$enforcer" >nil: <nil: showpc stdio file=log:enforcer.log
  42. which >nil: snoopdos
  43. if warn
  44.     which >nil: requestfile
  45.     if warn
  46.     echo "Please enter the full path to SnoopDos: " noline
  47.     set >nil: snoopdos ?
  48.     else
  49.     set snoopdos `requestfile title "Please select the SnoopDos executable" noicons`
  50.     endif
  51. else
  52.     set snoopdos snoopdos
  53. endif
  54. run >nil: <nil: "$snoopdos" >nil: <nil: cx_popup=no lock opendevice openlibrary readtooltypes openlog=log:snoopdos.log
  55.